.w,.main{
    width: 1400px;
    margin: 0 auto;
}
.top-adv {
	margin-top: 12px;
}
.advs {
	position: relative;
	display: block;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.advs img {
	display: block;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.Center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.iframe{
	height: 36px;
}
/* header */
#header{
	background: #f5f5f5;
	height: 36px;
	width: 100%;
	min-width: 1200px;
}
.header{
	height: 36px;
	margin: 0 auto;
}
#divLogin{
	float: left;
}
#divLogin ul {
	float: left;
}
#divLogin ul li {
	margin: 0 6px;
	font-size: 14px;
	line-height: 36px;
	float: left;
}
#divLogin ul li a{
	color: #666;
}
#divLogin ul li a:hover{
	color: #006cc9;
}
/* Tophead */
.Tophead {
	position: relative;
	margin: 0 auto;
	z-index: 9999;
}
.headRight {
	float: right;
	font-size: 14px;
	line-height: 36px;
	color: #ddd;
	position: absolute;
	float: right;
	right: 0px;
	top: -36px;
	color: #dfdfdf;
}
.headRight a{
	color: #666;
	margin: 0 8px;
	font-weight: normal;
}
.headRight a:hover{
	color: #006cc9;
}
.siteNav {
	display: inline-block;
	position:relative;
	z-index: 999;
}
.siteNav span {
	margin-right:6px;
}
.siteNavBox {
	position: absolute;
	top: 30px;
	width: 70px;
	border: #dcdcdc 1px solid;
	padding: 2px;
	background: #fff;
	text-align: center;
	line-height: 25px;
}
.siteNavBox a {
	margin: 0px;
}
.son {
	display: inline-block;
	position:relative;
	z-index: 999;
}
.sonBox {
	display: none;
	position: absolute;
	top: 36px;
	right: 0;
	box-shadow: 0 0 5px #e5e5e5;
}
.sonBox img {
	max-width: 85px;
}
.son:hover .sonBox {
	display: block;
}
/* top */
.top {
	background-color: #fff;
	padding: 16px 0 20px;
}
.top .logo {
	float: left;
}
.top .logo a{
	overflow: hidden;
}
.top .logo .image{
	float: left;
	height: 86px;
	margin-right: 7px;
}
.top .logo .text{
	float: left;
}
.top .logo .text p{
	margin-top: 10px;
	font-size: 40px;
	font-weight: 700;
	color: #005bac;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute;
}
.top .logo .text b{
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	margin-top: 2px;
	padding-right: 86px;
	font-weight: normal;
	color: #000;
	display: block;
	position: relative;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute;
}
.top .logo .text b i{
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	font-size: 12px;
	border-radius: 3px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	background-color: #000000;
	display: inline-block;
	vertical-align: top;
}
.top .search {
	margin:6px 0 0 67px;
	float: left;
	background-color: #2b82d9;
	border-radius: 22px;
	width: 620px;
	position: relative;
}
.search .form {
	height: 46px;
	border-radius: 2px;
}
.search .form .select {
	width: 76px;
	height: calc(100% - 4px);
	position: relative;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	background: #fff;
	border-radius: 22px 0 0 22px;
}
.search .form .select::after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #e6e6e6;
}
.search .form .select .select-top{
	width: 100%;
	height: 100%;
	position:relative;
}
.search .form .select .select-top p {
	font-size: 14px;
	line-height: 42px;
	cursor: pointer;
	text-indent: 15px;
}
.search .form .select .select-top i {
	position: absolute;
	right: 12px;
	top: 16px;
	font-size: 10px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.search .form .select .select-top.focus i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.search .form .select .select-bot{
	width: 76px;
	position: absolute;
	background-color: #ffffff;
	top: 46px;
	left: -2px;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
}
.search .form .select .select-bot li {
	line-height: 30px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.search .form .select .select-bot li:hover {
	background-color: #2b82d9;
	border-left: 2px solid #2b82d9;
	border-right: 2px solid #2b82d9;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.search .form input {
	border: none;
	height: calc(100% - 4px);
	width: 442px;
	font-size: 14px;
	color: #aaaaaa;
	float: left;
	text-indent: 12px;
	margin-top: 2px;
}
.search .form input:focus{
	color: #333;
}
.search .form button {
	width: 100px;
	height: calc(100% - 4px);
	border: none;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 16px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 0 20px 20px 0;
	margin-top: 2px;
	background-color: transparent;
}
.search .form button i{
	margin-right: 5px;
}
.search .hot-key {
	position: absolute;
	font-size: 0;
	left: 0;
    height: 20px;
    line-height: 20px;
	bottom: -28px;
}
.search .hot-key b {
	font-size: 14px;
	font-weight: normal;
	color: #e51f1f;
}
.search .hot-key b i {
	vertical-align: top;
	margin:4px 3px 0 0;
    width: 11px;
    height: 13px;
    background: url(../../../../images/channel/version/2023/hot.png) no-repeat;
    background-size: 100% 100%;
	font-weight: normal;
	display: inline-block;
}
.search .hot-key a {
	font-size: 14px;
	color: #999;
	margin-right: 15px;
}
.search .hot-key a:hover {
	color: #2b82d9;
}
.top .top-adv {
	float: right;
    margin-top: 6px;
	width: 335px;
}
.top .top-adv a {
	display: block;
	height: 0;
	padding-bottom: 23.88%;
	overflow: hidden;
}
.top .top-adv img {
	max-height: none;
}
/* nav */
.nav {
	height: 50px;
	background-color: #2b82d9;
}
.nav .menu {
	position: relative;
	height: 100%;
}
.nav .menu ul li {
	float: left;
	position: relative;
}
.nav .menu ul li b a {
	color: #fff;
	height: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	padding: 0 34px;
	display: block;
}
.nav .menu ul li b a:hover,.nav .menu ul li.home b a{
	background-color: #ffa800;
}
/* banner-adv */
.banner-adv {
	margin-top: 0;
	overflow: hidden;
}
.banner-adv ul {
	margin-left: -5px;
	width: calc(100% + 10px);
	overflow: hidden;
}
.banner-adv li {
	float: left;
	width: 25%;
}
.banner-adv li a {
	display: block;
	margin: 10px 5px 0 5px;
}
.banner-adv li a .bandsContent {
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	z-index: -1;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
	background: #2b82d9;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden;
}
.banner-adv li a .bandsContent .item {
	height: calc(100% - 2px);
	border: 1px solid #eee;
}
.banner-adv li a .bandsContent b {
	color: #fff;
	font-size: 14px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	margin-top: 6px;
	display: none;
}
.banner-adv li a .bandsContent p {
	color: #fff;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	font-size: 12px;
	margin-top: 4px;
	display: none;
}
.banner-adv li a:hover .bandsContent{
	height: 100%;
	z-index: 9;
}
.banner-adv li a:hover .bandsContent b {
	display: block;
}
.banner-adv li a:hover .bandsContent p {
	display: block;
}
.banner-adv img {
	width: 100%;
}
.banner-adv ul.one li{
	width: 100%;
}
.banner-adv ul.two li{
	width: 50%;
}
.banner-adv ul.three li{
	width: 33.33%;
}
.banner-adv ul.four li{
	width: 25%;
}
.banner-adv ul.five li{
	width: 20%;
}
.banner-adv ul.six li{
	width: 16.66%;
}
.main-adv {
	margin-top: 10px !important;
}
.main-adv li {
	float: left;
}
.main-adv li:last-of-type {
	margin-right: 0;
}
.main-adv li:nth-child(1) {
	width: 690px;
}
.main-adv li:nth-child(2) {
	width: 335px;
}
.main-adv li:nth-child(3) {
	width: 335px;
}
/* part1 */
.part1{
    margin-top: 12px;
}
/*  */
.product-classify {
	width: 250px;
	background: #f5f5f5;
	float: left;
	position: relative;
}
.product-classify .title {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 22px;
	text-align: center;
	position: relative;
	background: url('../../../../images/channel/version/2023/part1-title.png') no-repeat;
	background-size: 100% 100%;
}
.product-classify .title a {
	color: #fff;
	font-weight: bold;
}
.class-a {
	height: 63px;
	line-height: 62px;
	padding: 0 25px 0 20px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
    overflow: hidden;
}
.class-a::after {
	position: absolute;
	content: "";
	left: 22px;
	right: 22px;
	bottom: 0;
	border-bottom: 1px dashed #e6e6e6;
}
.product-classify ul li:last-child .class-a::after{
	display: none;
}
.class-a a{
	color: #333;
}
.class-a b {
	font-size: 18px;
}
.class-a b i {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 14px;
	font-weight: normal;
}
.class-b {
	width: 794px;
	position: absolute;
	z-index: 9999;
	left: 280px;
	top: 0;
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.1);
	padding: 15px 20px 0px 15px;
	display: none;
	box-sizing: border-box;
}
.class-b .list-item {
	margin-bottom: 15px;
}
.class-b span {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-bottom: 8px;
	display: block;
	border-bottom: 1px solid #ddd;
}
.class-b p {
	font-size: 14px;
	margin-top: 8px;
	line-height: 24px;
}
.class-b p a {
	color: #666;
	display: inline-block;
	width: 15%;
	height: 24px;
	overflow: hidden;
}
.class-b p i:nth-of-type(5n) {
	display: none;
}
.class-b p a:hover {
	color: #2187de;
}
.class-b p a.more {
    float: right;
}
.class-b p i {
	margin: 0 12px;
	display: inline-block;
	vertical-align: top;
}
.class-b p i:last-of-type {
    display: none;
}
.product-classify ul {
	padding: 7px 0;
	/* height: 632px; */
	box-sizing: border-box;
}
.product-classify ul li {
	z-index: 99;
}
.product-classify li.hover {
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
}
.product-classify li.hover b {
	font-weight: bold;
}
.product-classify li.hover .class-b {
	display: block;
}
.product-classify li.hover .class-a a {
	color: #2187de;
}
.product-classify li.hover .class-a i{
	color: #2187de;
}
/* end */
.part1 .news{
    float: left;
    width: 774px;
    margin: 0 20px;
}
.part1 .news-tab{
    position: relative;
    background-color: #f5f5f5;
}
.part1 .news-tab p{
    font-size: 0;
}
.part1 .news-tab p a{
    display: inline-block;
    height: 58px;
    line-height: 58px;
    vertical-align: top;
    width: 20%;
    font-size: 22px;
    color: #999;
    text-align: center;
}
.part1 .news-tab p a.focus{
    font-weight: 700;
    color: #007ff2;
}
.part1 .news-tab .followTab {
	position: absolute;
	width: 20%;
    bottom: 0;
	left: 0;
}
.part1 .news-tab .followTab span{
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 8px;
    background: url(../../../../images/channel/version/2023/followTab.png) no-repeat;
    background-size: 100% 100%;
}
.part1 .news-bot{
	margin-top: 20px;
	display: none;
}
.part1 .newsTop{
	overflow: hidden;
}
.part1 .newsTop .images{
	float: left;
	width: 288px;
	height: 192px;
	margin-right: 24px;
	position: relative;
}
.part1 .newsTop .images img{
	height: 100%;
	width: 100%;
}
.part1 .newsTop .text{
	overflow: hidden;
}
.part1 .newsTop li:last-child{
	margin-top: 16px;
	padding-top: 18px;
	border-top: 1px solid #eeeeee;
}
.part1 .newsTop li h2{
	height: 30px;
	line-height: 30px;
	padding-left: 52px;
	font-size: 22px;
	position: relative;
	overflow: hidden;
}
.part1 .newsTop li h2 i{
	width: 44px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px 0 5px 0;
	background-color: #db2524;
}
.part1 .newsTop li h2 a{
	color: #e71918;
}
.part1 .newsTop li p{
	margin-top: 8px;
	line-height: 20px;
	height: 40px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.part1 .news-bot .item{
	margin-top: 14px;
	overflow: hidden;
}
.part1 .news-bot .right{
	float: right;
	width: 210px;
	margin-left: 28px;
}
.part1 .news-bot .right .images{
	height: 140px;
	position: relative;
}
.part1 .news-bot .right .images img{
	height: 100%;
	width: 100%;
}
.part1 .news-bot .right .images span,.part1 .newsTop .images span{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	display: block;
	overflow: hidden;
	background-image: linear-gradient(to top, rgba(0,0,0,.6) , transparent);
}
.part1 .news-bot .right .images:last-child{
	margin-top: 16px;
}
.part1 .news-bot .left{
	overflow: hidden;
}
.part1 .news-bot .left p{
	height: 24px;
	line-height: 24px;
	padding-left: 54px;
	margin-top: 18px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
.part1 .news-bot .left p:first-child{
	margin-top: 12px;
}
.part1 .news-bot .left p i{
	position: absolute;
	left: 0;
	top: 0;
	height: 24px;
	line-height: 24px;
	width: 46px;
	font-size: 14px;
	font-style: normal;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	background-color: #2b82d9;
}
.part1 .news-bot .left p a{
	color: #333;
}
.part1 .news-bot .left p a:hover{
	color: #2b82d9;
}
.hot-video{
	overflow: hidden;
}
.hot-video > div{
	overflow: hidden;
}
.video-swiper-2{
	margin-top: 14px;
}
.hot-video .image{
	display: block;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.hot-video .image img{
	max-height: none;
	width: 100%;
}
.hot-video .text{
	padding: 18px 13px 20px;
	background-color: #f5f5f5;
}
.hot-video .text p{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
}
.hot-video .text p a{
	color: #333;
}
.hot-video .text p:hover a{
	color: #2b82d9;
}
.hot-video .text b{
	margin-top: 18px;
	line-height: 18px;
	height: 18px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	display: block;
}
.hot-video .swiper-pagination {
	width: auto!important;
	left: auto!important;
	right: 18px!important;
	bottom: 20px!important;
}
.hot-video .swiper-pagination-bullet-active{
	width: 16px;
	border-radius: 16px;
}

/* part2 */
.part2{
	margin-top: 26px;
	padding-top: 15px;
	background: url(../../../../images/channel/version/2023/part2.png) no-repeat;
    background-size: 100% 100%;
}
.part2 .title{
	height: 52px;
	line-height: 52px;
	text-align: center;
}
.part2 .title img{
	height: 52px;
	vertical-align: top;
}
.part2 .title b{
	font-size: 24px;
	margin: 0 20px;
	color: #fff;
}
.part2 .part2-bot{
	margin-top: 8px;
	overflow: hidden;
}
.part2-bot .swiper-container {
	padding-bottom: 40px;
	margin: 0 -10px;
	overflow: hidden;
	display: none;
}
.part2-bot .swiper-slide{
	padding: 0 10px;
	box-sizing: border-box;
}
.part2-bot .swiper-slide .item{
	padding: 11px 11px 15px;
	background-color: #fff;
}
.part2-bot .swiper-slide .images{
	padding-bottom: 56.25%;
	height: 0;
	border-radius: 4px;
	overflow: hidden;
}
.part2-bot .swiper-slide .images img{
	max-height: none;
	width: 100%;
}
.part2-bot .swiper-slide li{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	padding-left: 18px;
	margin-top: 12px;
	overflow: hidden;
	position: relative;
}
.part2-bot .swiper-slide li i{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 12px;
	background: url(../../../../images/channel/version/2023/part2-02.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
}
.part2-bot .swiper-slide li a{
	color: #333;
}
.part2-bot .swiper-slide li:hover a{
	color: #2b82d9;
}
.swiper-pagination-bullet{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.part2-bot .swiper-pagination-bullet-active{
	height: 8px;
	width: 24px;
	border-radius: 6px;
	background-color: #fff;
}
/* part3 */
.part3{
	margin-top: 20px;
}
.part3 .title{
	height: 48px;
	line-height: 48px;
}
.part3 .title i{
	width: 38px;
	height: 48px;
	margin-right: 12px;
	background: url(../../../../images/channel/version/2023/part3-01.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
}
.part3 .title b{
	font-size: 28px;
	color: #333;
}
.part3 .title a.more{
	float: right;
	font-size: 14px;
	color: #999;
}
.part3-bot{
	margin-top: 10px;
}
.part3-bot ul{
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	overflow: hidden;
}
.part3-bot li{
	float: left;
	width: 12.5%;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
}
.part3-bot li .item{
	position: relative;
}
.part3-bot li .image{
	height: 108px;
	position: relative;
}
.part3-bot li .image img{
	height: auto;
	max-width: 99%;
}
.part3-bot li .hover{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #2b82d9;
}
.part3-bot li .hover a{
	display: block;
	height: 100%;
}
.part3-bot li .hover span{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	background-color: #2b82d9;
	overflow: hidden;
	text-align: center;
}
.part3-bot li .item:hover .hover{
	display: block;
}
/* part4 */
.part4 {
	margin-top: 20px;
	overflow: hidden;
}
.public-title {
	position: relative;
}
.public-title p {
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
}
.public-title p a {
	color: #333;
}
.public-title p img {
	vertical-align: top;
	margin:5px 15px 0 0;
}
.public-title .more {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	top: 7px;
}
.public-title .more i {
	font-size: 18px;
	vertical-align: top;
	display: inline-block;
	margin-right: 10px;
	margin-top: -2px;
	color: #2b82d9;
}
.public-title .more:hover {
	color: #2b82d9;
}
.part4 ul {
	margin-top: 25px;
	margin-right: -20px;
}
.part4 li {
	width: 25%;
	float: left;
}
.part4 li .item {
	margin-right: 20px;
	background-color: #f9f9fa;
}
.part4 li .image {
	border: 4px solid #dddddd;
	position: relative;
}
.part4 li .image a {
	display: block;
	height: 0;
	padding-bottom: 55.65%;
	overflow: hidden;
	color: #fff;
}
.part4 li .image img {
	max-height: none;
}
.part4 li .image i {
	position: absolute;
	font-size: 48px;
	left: 8px;
	bottom: 10px;
}
.part4 li .image:hover a {
	color: #2b82d9;
}
.part4 li .text {
	padding: 17px 15px 19px 20px;
}
.part4 li .text p {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.part4 li .text p a {
	color: #333;
}
.part4 li .text span {
	display: block;
	margin-top: 20px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.part4 li .text span mark {
	display: inline-block;
	width: 54px;
	height: 100%;
	text-align: center;
	border-radius: 2px;
	font-size: 16px;
	background-color: #ff9900;
	color: #fff;
}
.part4 li .text span b {
	float: right;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.part4 li .item:hover {
	background-image: -moz-linear-gradient( 0deg, rgb(43,130,217) 0%, rgb(8,164,236) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(43,130,217) 0%, rgb(8,164,236) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(43,130,217) 0%, rgb(8,164,236) 100%);
}
.part4 li .item:hover .image {
	border-color: transparent;
}
.part4 li .item:hover .text p a {
	color: #fff;
}
.part4 li .item:hover .text mark {
	background-color: #fff;
	color: #2b82d9;
}
.part4 li .item:hover .text span b {
	color: #fff;
}
/* part5 */
.part5 {
	margin-top: 26px;
	overflow: hidden;
}
/* right */
.part5 .right,.part7 .right {
	width: 335px;
	float: right;
	margin-left: 28px;
}
.supply-tab img {
	vertical-align: top;
}
.supply-tab p {
	display: inline-block;
}
.supply-tab p a {
	padding: 0 28px 17px;
	font-size: 22px;
	color: #333;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.supply-tab p a::after{
	position: absolute;
	content: "";
	right: 0;
	top: 3px;
	width: 1px;
	height: 20px;
	background-color: #ccc;
}
.supply-tab p a:last-child::after{
	display: none;
}
.supply-tab p a b{
	font-weight: normal;
}
.supply-tab p a span{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -6px;
	width: 0;
	height: 6px;
	background: url(../../../../images/channel/version/2023/part5-02.png) no-repeat;
	background-size: 100% 100%;
}
.supply-tab p a.focus b{
	font-weight: 700;
	color: #2b82d9;
}
.supply-tab p a.focus span{
	width: 59px;
}
.supply-bot {
	display: none;
	font-size: 16px;
}
.supply-bot li {
	height: 20px;
	overflow: hidden;
	position: relative;
	margin-top: 16px;
}
.supply-bot li span {
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	line-height: 16px;
	background-color: #c8c8c8;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 900;
}
.supply-bot li span::after {
	content: '';
	position: absolute;
	right: -9px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #C8C8C8;
}
.supply-bot li:first-of-type span {
	background-color: #ff3b3b;
}
.supply-bot li:first-of-type span::after {
	border-color: transparent transparent transparent #ff3b3b;
}
.supply-bot li:nth-child(2) span {
	background-color: #ff881e;
}
.supply-bot li:nth-child(2) span::after {
	border-color: transparent transparent transparent #ff881e;
}
.supply-bot li:nth-child(3) span {
	background-color: #ffc267;
}
.supply-bot li:nth-child(3) span::after {
	border-color: transparent transparent transparent #ffc267;
}
.supply-bot li a {
	display: block;
	padding: 0 45px 0 40px;
	color: #333;
}
.supply-bot li a:hover {
	color: #2b82d9;
}
.supply-bot li b {
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-size: 14px;
}
/* left */
.part5 .left,.part7 .left {
	overflow: hidden;
}
/* company-news */
.company-news,.trade-expo{
	width: 335px;
	float: left;
	margin-right: 28px;
	overflow: hidden;
	position: relative;
}
.company-news .hot {
	margin-top: 10px;
	background-color: #f5f5f5;
}
.company-news .hot p {
	line-height: 49px;
	height: 49px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
}
.company-news .hot p img {
	vertical-align: top;
	margin-right: 8px;
	margin-top: 11px;
}
.company-news .hot p a {
	color: #333;
}
.company-news .hot p a:hover {
	color: #2b82d9;
}
.company-news .hot .image{
	height: 223px;
}
.company-news .hot .image img {
	width: 100%;
	height: 100%;
}
.part5 .news-swiper > .swiper-pagination-bullets {
	bottom: 20px;
	left: auto;
	width: auto;
	right: 20px;
}
.part5 .news-swiper .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	border-radius: 2px;
	margin: 0 0 0 8px !important;
}
.part5 .news-swiper .swiper-pagination-bullet-active {
	background: #2b82d9;
}
.company-news ul {
	margin-top: 20px;
}
.company-news li {
	margin-top: 11px;
	font-size: 16px;
	height: 20px;
	overflow: hidden;
}
.company-news li a {
	color: #333;
}
.company-news li a:hover {
	color: #2b82d9;
}
.company-news li span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #2b82d9;
	vertical-align: top;
	margin-top: 7px;
	margin-right: 10px;
}
/* technology-item */
.technology-item,.trade-item {
	overflow: hidden;
}
.technology-item{
	height: 483px;
}
.technology-tab,.trade-tab {
	border-bottom: 4px solid #4e5366;
}
.technology-bot {
	background-color: #fff;
	display: none;
}
.technology-tab p,.trade-tab p{
	font-size: 0;
}
.technology-tab p a,.trade-tab p a{
	padding: 0 38px;
	font-size: 22px;
	height: 47px;
	line-height: 28px;
	color: #333;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.technology-tab p a:first-child,.trade-tab p a:first-child{
	padding-left: 16px;
}
.technology-tab p a b,.trade-tab p a b{
	font-weight: normal;
}
.technology-tab p a::after,.trade-tab p a::after{
	position: absolute;
	content: "";
	right: 0;
	top: 3px;
	width: 1px;
	height: 20px;
	background-color: #ccc;
}
.technology-tab p a:last-child::after,.trade-tab p a:last-child::after{
	display: none;
}
.technology-tab p a span,.trade-tab p a span {
	position: absolute;
	bottom: -6px;
	left: 19px;
	width: 0;
	height: 6px;
	background: #fff url(../../../../images/channel/version/2023/part5-01.png) no-repeat 2px 0;
  	background-size: 99% 100%;
}
.technology-tab p a:first-child span,.trade-tab p a:first-child span{
	left: 0;
}
.technology-tab p a.focus b,.trade-tab p a.focus b{
	font-weight: 700;
	color: #2b82d9;
}
.technology-tab p a.focus span,.trade-tab p a.focus span {
	width: 122px;
}
.technology-bot {
	display: none;
}
.technology-bot p {
	margin-top: 14px;
	font-size: 22px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.technology-bot a {
	color: #333;
}
.technology-bot a:hover {
	color: #2b82d9;
}
.technology-bot p span {
	font-weight: 900;
	font-size: 14px;
	color: #fff;
	width: 45px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 4px;
	background-color: #f54646;
	display: inline-block;
	vertical-align: top;
	margin:5px 12px 0 0;
}
.technology-bot ul {
	margin-top: 20px;
	overflow: hidden;
}
.technology-bot li {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 11px;
	width: 50%;
	float: left;
	padding-right: 45px;
	box-sizing: border-box;
}
.technology-bot li:first-of-type {
	width: 100%;
	float: none;
	margin-top: 0;
}
.technology-bot li a {
	color: #666;
}
/* part6 */
.part6{
	margin-top: 20px;
}
.part6 .right{
	float: right;
	width: 335px;
	margin-left: 28px;
}
.part6 .right .title{
	height: 40px;
	line-height: 40px;
	padding-bottom: 14px;
}
.part6 .right .title i{
	width: 31px;
	height: 40px;
	margin: 0 9px 0 0;
	background: url(../../../../images/channel/version/2023/part6-01.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
}
.part6 .right .title b{
	font-size: 28px;
	color: #333;
}
.part6 .right .title a.more{
	float: right;
	font-size: 14px;
	color: #999;
}
.part6 .right ul{
	padding: 21px;
	background-color: #f5f5f5;
}
.part6 .right li{
	margin-top: 21px;
	overflow: hidden;
}
.part6 .right li:first-child{
	margin-top: 0;
}
.part6 .right li .image{
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 14px;
	position: relative;
}
.part6 .right li .image img{
	height: auto;
}
.part6 .right li .text{
	overflow: hidden;
}
.part6 .right li .text p{
	margin-top: 6px;
	line-height: 22px;
	height: 44px;
	font-size: 14px;
	overflow: hidden;
}
.part6 .right li .text p a{
	color: #333;
}
.part6 .right li .text b{
	margin-top: 16px;
	font-size: 16px;
	font-weight: normal;
	color: #e72e2e;
	display: block;
}
.part6 .left{
	overflow: hidden;
}
.part6 .left .title{
	height: 40px;
	line-height: 40px;
	padding-bottom: 13px;
	border-bottom: 1px solid #e6e6e6;
}
.part6 .left .title i{
	width: 43px;
	height: 40px;
	margin: 0 9px 0 0;
	background: url(../../../../images/channel/version/2023/part6-02.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
}
.part6 .left .title b{
	font-size: 28px;
	color: #333;
}
.part6 .left .title p{
	float: right;
	margin-top: 2px;
}
.part6 .left .title p a{
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
	margin-right: 14px;
	font-size: 14px;
	color: #999;
	background-color: #f5f5f5;
	border-radius: 20px;
	display: inline-block;
	vertical-align: top;
}
.part6 .left .title p a:last-child{
	margin-right: 0;
}
.part6 .left .title p a:hover{
	color: #fff;
	background-color: #2b82d9;
}
.part6-bot{
	overflow: hidden;
}
.part6-bot ul{
	margin-right: -20px;
	overflow: hidden;
}
.part6-bot li{
	float: left;
	width: 25%;
	margin-top: 18px;
	padding-right: 20px;
	box-sizing: border-box;
}
.part6-bot li .item{
	border: 1px solid #e6e6e6;
}
.part6-bot li .image {
	width: 190px;
	margin: 0 auto;
}
.part6-bot li .image a{
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}
.part6-bot li .image img{
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.part6-bot li .text{
	height: 44px;
	line-height: 44px;
	background-color: #2b82d9;
	font-size: 16px;
	padding: 0 12px;
	position: relative;
}
.part6-bot li .text p{
	padding-right: 82px;
	height: 100%;
	overflow: hidden;
}
.part6-bot li .text p a{
	color: #fff;
}
.part6-bot li .text .inquiry{
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	line-height: 44px;
	width: 82px;
	color: #fff;
	background-color: #ffa800;
	padding-left: 14px;
	box-sizing: border-box;
}
.part6-bot li .text .inquiry i{
	margin-right: 2px;
}
.part6-bot li .text .inquiry::after {
	content: '';
	position: absolute;
	left: -15px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0px 44px 15px;
	border-color: transparent transparent #ffa800 transparent;
}
/* part7 */
.part7{
	margin-top: 25px;
}
/* part7 right */
.trade-list {
	border-left: 1px dashed #eee;
	margin-top: 18px;
	padding-left: 18px;
	padding-top: 4px;
}
.trade-list li {
	padding-bottom: 25px;
	position: relative;
}
.trade-list li:last-child {
	padding-bottom: 18px;
}
.trade-list li::after {
	content: '';
	position: absolute;
	left: -22px;
	top: 6px;
	width: 8px;
	height: 8px;
	background-color: #d3d3d3;
	border-radius: 50%;
}
.trade-list .label span,.trade-list .label b {
	padding: 0 7px;
	height: 20px;
	line-height: 20px;
	background-color: #ff9900;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
}
.trade-list .label span {
	background-color: #2b82d9;
}
.trade-list .image {
	height: 0;
	overflow: hidden;
}
.trade-list .image img {
	max-height: none;
}
.trade-list p {
	margin-top: 11px;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.trade-list p a {
	color: #333;
}
.trade-list p a:hover {
	color: #2b82d9;
}
.trade-list li.focus .image {
	padding-bottom: 55.8%;
	margin-top: 15px;
}
/* part7 left */
/* trade-expo */
.trade-expo .expo-swiper {
	margin-top: 25px;
}
.expo-swiper .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
}
.expo-swiper .image img {
	max-height: none;
}
.expo-swiper .text {
	background-image: -moz-linear-gradient( 0deg, rgb(43,130,217) 0%, rgb(8,164,236) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(43,130,217) 0%, rgb(8,164,236) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(43,130,217) 0%, rgb(8,164,236) 100%);
	padding: 15px 20px 18px;
	font-size: 16px;
	font-weight: bold;
}
.expo-swiper .text p {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding-right: 70px;
}
.expo-swiper .text p a {
	color: #fff;
}
.trade-expo .expo-swiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.trade-expo .expo-swiper .swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 4px;
}
.trade-expo .expo-swiper .swiper-pagination-bullets {
	bottom: auto;
	left: auto;
	width: auto;
	top: 206px;
	right: 5px;
}
.trade-expo .expo-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}
.trade-expo li {
	margin-top: 18px;
}
.trade-expo li .image {
	width: 160px;
	float: left;
	margin-right: 10px;
}
.trade-expo li .image a {
	display: block;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
}
.trade-expo li .image img {
	max-height: none;
}
.trade-expo li .text {
	font-size: 14px;
}
.trade-expo li .text p {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.trade-expo li .text p a {
	color: #333;
}
.trade-expo li .text p a:hover {
	color: #2b82d9;
}
.trade-expo li .text span {
	color: #999;
	display: block;
	margin-top: 10px;
}
/* trade-item */
.trade-bot {
	display: none;
	overflow: hidden;
}
.trade-bot .hot p {
	font-size: 24px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 22px;
}
.trade-bot .hot p i {
	display: inline-block;
	width: 23px;
	height: 25px;
	background: url(../../../../images/channel/version/2023/hot2.png) no-repeat -11px -5px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 10px;
}
.trade-bot .hot p a {
	color: #333;
}
.trade-bot .hot p a:hover {
	color: #2b82d9;
}
.trade-bot .hot .content {
	margin-top: 30px;
	overflow: hidden;
}
.trade-bot .hot .image {
	width: 210px;
	height: 118px;
	float: left;
	margin-right: 20px;
	position: relative;
}
.trade-bot .hot .image img {
	width: 100%;
	height: 100%;
}
.trade-bot .hot .image i{
	font-size: 70px;
	color: #fff;
	opacity: .9;
}
.trade-bot .hot .content .text {
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	height: 78px;
	color: #888;
	padding-top: 10px;
}
.trade-bot ul {
	margin-right: -40px;
}
.trade-bot li {
	margin-top: 22px;
	float: left;
	width: 50%;
}
.trade-bot li .item {
	margin-right: 40px;
	overflow: hidden;
}
.trade-bot li b {
	float: left;
	width: 16px;
	height: 4px;
	background-color: #2b82d9;
	margin-right: 10px;
	margin-top: 8px;
}
.trade-bot li i.iconbofang{
	float: left;
	color: #2b82d9;
	font-style: normal;
	margin: 4px 8px 0 2px;
}
.trade-bot li .text {
	overflow: hidden;
}
.trade-bot li .text p {
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.trade-bot li .text p a {
	color: #666;
}
.trade-bot li .text p a:hover {
	color: #2b82d9;
}
.trade-bot li .text span {
	font-size: 16px;
	color: #999;
	display: block;
	margin-top: 10px;
}
.trade-bot li .text span em{
	float: right;
	font-style: normal;
}
.trade-bot li .text span em i{
	font-size: 13px;
	margin-right: 4px;
}
/* link */
.link {
	margin: 10px auto;
}
.linkTitle {
	line-height: 60px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	color: #333;
}
.linkTitle a {
	font-size: 24px;
	color: #666;
	padding: 0 30px;
}
.linkTitle a.focus {
	color: #333;
	position: relative;
}
.linkTitle a.focus:after {
	position: absolute;
	display: block;
	content: '';
	z-index: 2;
	width: 100%;
	height: 17px;
	bottom: -25px;
    left: 0;
	background: url(../../../../images/channel/version/2023/member_hover.png) no-repeat center bottom;
}
.linkNav {
	display: inline-block;
}
.linkTitle .sqLink {
	float: right;
	color: #ddd;
	font-size: 16px;
	line-height: 60px;
	font-weight: normal;
}
.linkTitle .sqLink span {
	font-size: 16px;
	color: #666;
	padding: 0 20px;
	cursor: pointer;
}
.linkTitle .sqLink span a {
	font-size: 16px;
	padding: 0;
}
.linkTitle .sqLink span.apply i {
	display: inline-block;
	background: url(../../../../images/channel/version/2023/link_ico.png) no-repeat;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
	background-size: contain;
}
.linkTitle .sqLink span:hover {
	color: #2a82d9;
}
.linkList {
	display: none;
	font-size: 16px;
	padding: 15px 0;
}
.linkList a {
	color: #666;
	line-height: 38px;
	width: 12.1%;
	display: inline-block;
	text-align: center;
}
.linkList a:hover {
	color: #2a82d9;
}
.link ul li {
	float: left;
	margin-right: 15px;
}
.link ul li a {
	line-height: 40px;
	padding: 10px 15px;
	font-size: 14px;
	background: #2a82d9;
	color: #fff;
}
/* footer */
.foot {
	background: #282828;
	width: 100%;
	padding: 30px 0 20px;
}
.foot1 {
	margin: 0 auto;
}
.footLeft {
	width: 650px;
	float: left;
}
.footLeft ul {
	margin: 20px 0;
	overflow: hidden;
}
.footLeft ul li img {
	height: 25px;
	margin: 4px 2px 0 2px;
	float: left;
}
.footLeft ul li:last-child img {
	height: 29px;
}
.footLeft ul li {
	float: left;
	margin-right: 8px;
	background: #f8f8f8;
	border: 1px solid #cacaca;
	padding: 2px 0;
	padding-left: 0;
}
.footLeft ul li:last-child {
	margin-right: 0;
}
.footLeft ul li b {
	margin-right: 5px;
	width: 60px;
	display: inline-block;
	font-weight: normal;
}
.footLeft ul li b a {
	color:#666;
}
.footLeft p {
	color:#666;
	height: 24px;
	line-height: 24px;
}
.footLeft p a {
	color:#666;
}
.footLeft p span {
	margin-right: 50px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
}
.footNav {
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
}
.footNav a {
	color: #dcdcdc;
	line-height: 36px;
	margin-right: 50px;
	display: inline-block;
}
.footRight {
	float: left;
	width: 300px;
	padding-left: 50px;
	box-sizing: border-box;
	padding-right: 20px;
}
.footRight ul {
	float: left;
}
.footRight ul.ul2 {
	float: right;
}
.footRight ul li {
	line-height: 36px;
	font-size: 14px;
	color: #dcdcdc;
}
.footRight ul li a {
	color: #dcdcdc;
	position: relative;
	cursor: pointer;
}
.footRight ul li a .QQhover {
	position: absolute;
	 left: 0px;
	 bottom: 21px;
	 border: 1px solid #666;
	 border-radius: 4px;
	 line-height: 20px;
	 color: #333;
	background: rgba(255,255,255,.9);
	 display: none;
	 cursor: auto;
	font-weight: 700;
	 height: 20px;
	 width: 100px;
	 text-align: center;
	 resize: none;
	 overflow: hidden;
	}
	.footRight ul li a .QQhover::after{
	 position: absolute;
	 left: 0;
	 top: 0;
	 line-height: 20px;
	 content: "QQ:";
	}
	.footRight ul li a:hover .QQhover{
	 display: inline-block;
	}

.footRight ul li i {
	width: 22px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	background: url(../../../../images/channel/version/2023/qq-ico.png) no-repeat;
	background-size: contain;
	margin-top: 5px;
}

.footRight p {
	font-size: 14px;
	color: #dcdcdc;
	line-height: 30px;
}
.footRight p b {
	font-size: 16px;
}
.ybw {
	width: 100%;
	font-size: 14px;
	color: #dcdcdc;
	line-height: 30px;
	height: 30px;
}
.ybw a {
	color: #dcdcdc;
}
.ybw span {
	color: #dcdcdc;
}
.lxqq {
   height: 108px;
	margin-bottom:10px;
}
.footRight .title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight-r .title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight .title i {
	width: 14px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../../images/channel/version/2023/foot_ico.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
}
.footRight-r {
	overflow: hidden;
	padding-left: 140px;
	box-sizing: border-box;
}
.footRight-r .title i {
	width: 14px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../../images/channel/version/2023/foot_ico.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
}
.footRight-r ul li {
	float: left;
	margin-right: 30px;
}
.footRight-r ul li:last-child {
	margin-right: 0;
}
.footRight-r ul li .image{
	width: 122px;
	height: 122px;
	padding: 6px;
	box-sizing: border-box;
	background: #535353;
}
.footRight-r ul li p {
	font-size: 14px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.footer {
	text-align: center;
	color: #dcdcdc;
	font-size: 14px;
	height: 55px;
	line-height: 25px;
	background: #222;
	padding: 10px 0;
}
.footer a {
	color: #dcdcdc;
}
/* right-bar */
.right-bar {
	position: fixed;
	right: 0;
	top: 380px;
	background-color: #fff;
	box-shadow: 0px 5px 5px 0px rgba(40,40,40,0.1);
	width: 60px;
	z-index: 418;
	text-align: center;
}
.right-bar a {
	display: block;
	height: 70px;
	color: #fff;
	position: relative;
	background-color: #4385f5;
}
.right-bar a i {
	font-size: 24px;
	display: block;
	padding: 12px 0;
	height: 48px;
	box-sizing: border-box;
}
.right-bar a:hover {
	background-color:#f60
   }
/* 20231120 */
.headRight .wq{
	color: #2b82d9;
}
.headRight .wq i{
	width: 22px;
	height: 16px;
	margin: 11px 5px 0 0;
	background: url(/images/index/index-wq.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: top;

}
.web-code{
	width: 300px;
	padding:25px 25px 20px 25px;
	background-color: #fff;
	position:absolute;
	z-index: 99;
	top: 36px;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	text-align: center;
	z-index: 101;
}
.son>span{
	display: block;
}
.son>span i{
	font-size: 14px;
	margin-right: 5px;
}
.web-code1 {
	width: 450px;
	padding: 25px 12px 20px 12px;
}
.web-code .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}
.web-code1 .item {
	width: calc(33.33% - 20px) !important;
}
.web-code img{
	width: 100%;
	height: 100%;
}
.web-code b{
	display: block;
	line-height: 1;
	font-size: 16px;
	padding:18px 0 8px 0;
	color: #333;
}
.web-code p{
    font-size: 14px;
	color: #999;
}
.son:hover span{
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.son:hover span a{
    color: #4eabff;
}
.son:hover .web-code {
	display: block;
}
/* end */
/* media */
@media only screen and (max-width:1024px){
	.w,.main{
		width: 1000px;
	}
	#divLogin ul li {
		font-size: 12px;
	}
	.headRight a {
		color: #666;
	}
	.headRight {
		font-size: 12px;
		line-height: 36px;
	}
	/* top */
	.top {
		padding: 11px 0 14px;
	}
	.top .logo .image {
		height: 61px;
		margin-right: 0;
	}
	.top .logo .text b {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
		padding-right: 70px;
	}
	.top .logo .text p {
		margin-top: 10px;
		font-size: 21px;
	}
	.top .logo .text b i {
		height: 18px;
		line-height: 18px;
		padding: 0 4px;
		font-size: 12px;
	}
	.top .search {
		margin: 5px 0 0 45px;
		width: 442px;
	}
	.search .form {
		height: 34px;
	}
	.search .form .select {
		width: 54px;
		height: calc(100% - 2px);
		margin-left: 1px;
		margin-top: 1px;
	}
	.search .form input {
		height: calc(100% - 2px);
		width: 315px;
		font-size: 12px;
		text-indent: 8px;
		margin-top: 1px;
	}
	.search .form button {
		width: 72px;
		height: calc(100% - 2px);
		font-size: 13px;
		margin-top: 1px;
	}
	.search .form button i {
		margin-right: 3px;
		font-size: 12px;
	}
	.search .form .select .select-top p {
		font-size: 12px;
		line-height: 32px;
		text-indent: 8px;
	}
	.search .form .select .select-top i {
		right: 7px;
		top: 13px;
		font-size: 8px;
	}
	.search .form .select .select-bot {
		width: 62px;
		top: 32px;
	}
	.search .form .select .select-bot li {
		line-height: 24px;
		font-size: 12px;
		text-indent: 14px;
	}
	.search .hot-key b {
		font-size: 12px;
	}
	.search .hot-key a {
		font-size: 12px;
		margin-right: 8px;
	}
	.top .top-adv {
		margin-top: 4px;
		width: 239px;
	}
	.nav {
		height: 36px;
	}
	.nav .menu ul li b a {
		height: 36px;
		font-size: 14px;
		line-height: 36px;
		padding: 0 23px;
	}
	.banner-adv li a .bandsContent b {
		font-size: 13px;
		height: 14px;
		line-height: 14px;
		margin-top: 2px;
	}
	.banner-adv li a .bandsContent p {
		margin-top: 2px;
	}
	/* part1 */
	.part1 {
		margin-top: 8px;
	}
	.product-classify {
		width: 180px;
	}
	.product-classify .title {
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
	.class-a b {
		font-size: 12px;
	}
	.class-a {
		height: 46px;
		line-height: 45px;
		padding: 0 14px;
	}
	.class-a b i {
		font-size: 9px;
		right: 14px;
	}
	.product-classify ul {
		padding: 3px 0;
	}
	.class-b {
		width: 566px;
		left: 180px;
	}
	.class-b p {
		font-size: 12px;
		margin-top: 4px;
		line-height: 20px;
	}
	.product-classify ul li .class-b {
		width: 566px;
		left: 180px;
		padding: 10px 15px 0px 10px;
	}
	.part1 .news {
		width: 552px;
		margin: 0 14px;
	}
	.part1 .news-tab p a {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.part1 .news-tab .followTab span {
		height: 5px;
	}
	.part1 .news-bot {
		margin-top: 14px;
	}
	.part1 .newsTop .images {
		width: 206px;
		height: 137px;
		margin-right: 16px;
	}
	.part1 .newsTop li h2 {
		height: 26px;
		line-height: 26px;
		padding-left: 40px;
		font-size: 16px;
	}
	.part1 .newsTop li h2 i {
		width: 36px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		border-radius: 4px 0 4px 0;
	}
	.part1 .newsTop li p {
		margin-top: 4px;
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.part1 .newsTop li:last-child {
		margin-top: 5px;
		padding-top: 7px;
	}
	.part1 .news-bot .item {
		margin-top: 8px;
	}
	.part1 .news-bot .right {
		width: 150px;
		margin-left: 18px;
	}
	.part1 .news-bot .right .images{
		height: 100px;
	}
	.part1 .news-bot .right .images span,.part1 .newsTop .images span {
		padding: 0 5px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.part1 .news-bot .right .images:last-child {
		margin-top: 10px;
	}
	.part1 .news-bot .left p {
		height: 18px;
		line-height: 18px;
		padding-left: 40px;
		margin-top: 13px;
		font-size: 12px;
	}
	.part1 .news-bot .left p:first-child {
		margin-top: 9px;
	}
	.part1 .news-bot .left p i {
		height: 18px;
		line-height: 18px;
		width: 34px;
		font-size: 12px;
	}
	.hot-video .text p {
		height: 16px;
		line-height: 16px;
		font-size: 14px;
	}
	.hot-video .text b {
		margin-top: 8px;
		line-height: 16px;
		height: 16px;
		font-size: 12px;
	}
	.hot-video .text {
		padding: 11px 10px 13px;
	}
	.video-swiper-2 {
		margin-top: 12px;
	}
	.hot-video .swiper-pagination {
		right: 14px !important;
		bottom: 14px !important;
	}

	/* part2 */
	.part2 {
		margin-top: 18px;
		padding-top: 10px;
	}
	.part2 .title {
		height: 38px;
		line-height: 38px;
	}
	.part2 .title img {
		height: 38px;
	}
	.part2 .title b {
		font-size: 20px;
		margin: 0 12px;
	}
	.part2-bot .swiper-slide {
		padding: 0 7px;
	}
	.part2-bot .swiper-container {
		padding-bottom: 28px;
		margin: 0 -7px;
	}
	.part2-bot .swiper-slide .item {
		padding: 8px 8px 11px;
	}
	.part2-bot .swiper-slide li {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
		padding-left: 10px;
		margin-top: 4px;
	}
	.part2-bot .swiper-slide li i {
		width: 5px;
		height: 8px;
	}
	.part2-bot .swiper-pagination{
		bottom: 5px!important;
	}
	/* part3 */
	.part3 {
		margin-top: 15px;
	}
	.part3 .title {
		height: 34px;
		line-height: 34px;
	}
	.part3 .title i {
		width: 27px;
		height: 34px;
		margin-right: 8px;
	}
	.part3 .title b {
		font-size: 20px;
	}
	.part3 .title a.more {
		font-size: 12px;
	}
	.part3-bot {
		margin-top: 6px;
	}
	.part3-bot li .image {
		height: 78px;
	}
	.part3-bot li .hover span {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	/* part4 */
	.part4 {
		margin-top: 15px;
		overflow: hidden;
	}
	.public-title p {
		font-size: 20px;
	}
	.public-title p img {
		margin: 4px 8px 0 0;
		height: 20px;
	}
	.part4 ul {
		margin-top: 18px;
		margin-right: -15px;
	}
	.part4 li .item {
		margin-right: 15px;
	}
	.part4 li .text p {
		font-size: 14px;
		height: 18px;
		line-height: 18px;
	}
	.part4 li .text span {
		margin-top: 12px;
		line-height: 20px;
		height: 20px;
	}
	.part4 li .text span b {
		font-size: 12px;
	}
	.part4 li .text {
		padding: 12px 15px 15px;
	}
	.part4 li .image i {
		font-size: 36px;
	}
	.part4 li .text span mark {
		width: 40px;
		font-size: 12px;
	}
	.technology-tab p a, .trade-tab p a {
		padding: 0 30px;
		font-size: 16px;
		height: 37px;
		line-height: 20px;
	}
	.technology-tab p a span, .trade-tab p a span {
		bottom: -4px;
		left: 18px;
		width: 0;
		height: 4px;
	}
	.technology-tab p a.focus span, .trade-tab p a.focus span {
		width: 90px;
	}
	.supply-tab p a {
		padding: 0 18px 16px;
		font-size: 16px;
	}
	.supply-tab img {
		height: 20px;
		margin-top: 3px;
	}
	.supply-bot {
		font-size: 12px;
	}
	.supply-bot li {
		margin-top: 11px;
		height: 14px;
		line-height: 14px;
	}
	.supply-bot li span {
		width: 16px;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.supply-bot li span::after {
		right: -7px;
		border-width: 7px 0 7px 7px;
	}
	.supply-bot li a {
		padding: 0 35px 0 32px;
	}
	.supply-bot li b {
		font-size: 12px;
	}
	.company-news .hot p img {
		margin-top: 9px;
		width: 16px;
		margin-right: 5px;
	}
	.technology .news-swiper > .swiper-pagination-bullets {
		bottom: 15px;
	}
	.company-news .hot p {
		line-height: 35px;
		height: 34px;
		font-size: 14px;
		padding: 0 6px;
	}
	.company-news li {
		margin-top: 6px;
		font-size: 12px;
		height: 16px;
	}
	.company-news li span {
		width: 5px;
		height: 5px;
		margin-top: 3px;
		margin-right: 6px;
	}
	.company-news ul {
		margin-top: 10px;
	}
	.technology-bot p {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
		margin-top: 13px;
	}
	.technology-bot li {
		font-size: 12px;
		height: 16px;
		line-height: 16px;
		margin-top: 5px;
		padding-right: 35px;
	}
	.technology-bot ul {
		margin-top: 12px;
	}
	.technology-bot p span {
		height: 18px;
		line-height: 18px;
		width: 40px;
		font-size: 12px;
	}
	/* part5 */
	.part5 .right, .part6 .right, .part7 .right {
		width: 241px;
		margin-left: 15px;
	}
	.company-news, .trade-expo {
		width: 240px;
		margin-right: 15px;
	}
	.part6 .right .title {
		height: 30px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.part6 .right .title i {
		width: 22px;
		height: 30px;
		margin: 0 5px 0 0;
	}
	.part6 .right .title b,.part6 .left .title b {
		font-size: 20px;
	}
	.part6 .right .title a.more {
		font-size: 12px;;
	}
	.part6 .right ul {
		padding: 15px;
	}
	.part6 .right li .image {
		width: 71px;
		height: 71px;
		margin-right: 9px;
	}
	.part6 .right li .text p {
		margin-top: 2px;
		line-height: 18px;
		height: 36px;
		font-size: 12px;
	}
	.part6 .right li .text b {
		margin-top: 11px;
		font-size: 13px;
	}
	.part6 .right li {
		margin-top: 15px;
	}
	.part6 .left .title {
		height: 30px;
		line-height: 30px;
		padding-bottom: 9px;
		border-bottom: 1px solid #e6e6e6;
	}
	.part6 .left .title i {
		width: 32px;
		height: 30px;
		margin: 0 5px 0 0;
	}
	.part6 .left .title p a {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		margin-right: 8px;
		font-size: 12px;

	}
	.part6-bot ul {
		margin-right: -14px;
		overflow: hidden;
	}
	.part6-bot li {
		margin-top: 11px;
		padding-right: 14px;
	}
	.part6-bot li .image {
		width: 135px;
	}
	.part6-bot li .text {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		padding: 0 5px;
	}
	.part6-bot li .text p {
		padding-right: 58px;
	}
	.part6-bot li .text .inquiry {
		height: 32px;
		line-height: 32px;
		width: 58px;
		padding-left: 10px;
	}
	.part6-bot li .text .inquiry::after {
		left: -10px;
		border-width: 0 0px 32px 10px;
	}
	.part6-bot li .text .inquiry i {
		margin-right: 2px;
		font-size: 12px;
	}
	/* part7 */
	.public-title .more {
		font-size: 12px;
		top: 6px;
	}
	.trade-list li.focus .image {
		margin-top: 12px;
	}
	.trade-list p {
		margin-top: 8px;
		font-size: 12px;
		height: 16px;
	}
	.trade-list li:last-child {
		padding-bottom: 11px;
	}
	.trade-list li {
		padding-bottom: 6px;
	}
	.trade-list li::after {
		top: 6px;
		width: 6px;
		height: 6px;
	}
	.trade-expo .expo-swiper {
		margin-top: 15px;
	}
	.expo-swiper .text {
		padding: 10px 12px;
		font-size: 12px;
	}
	.expo-swiper .text p {
		line-height: 18px;
		height: 36px;
		padding-right: 43px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullets {
		top: 143px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 2px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullet-active {
		width: 24px;
	}
	.trade-expo li .text p {
		line-height: 18px;
		height: 36px;
	}
	.trade-expo li {
		margin-top: 16px;
	}
	.trade-expo li .image {
		width: 112px;
	}
	.trade-expo li .text {
		font-size: 12px;
	}
	.trade-bot .hot p {
		font-size: 16px;
		height: 22px;
		line-height: 22px;
		margin-top: 14px;
	}
	.trade-bot .hot p i {
		width: 17px;
		height: 18px;
		background: url(../../../../images/channel/version/2023/hot2.png) no-repeat -8px -4px;
		background-size: auto 26px;
		margin-right: 5px;
		margin-top: 3px;
	}
	.trade-bot .hot .image {
		width: 150px;
		height: 84px;
		margin-right: 12px;
	}
	.trade-bot .hot .content .text {
		font-size: 14px;
		line-height: 22px;
		height: 66px;
		padding-top: 12px;
		padding-right: 27px;
	}
	.trade-bot li .text p {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.trade-bot li b {
		width: 12px;
		height: 4px;
		margin-right: 7px;
	}
	.trade-bot li .text span {
		font-size: 12px;
		margin-top: 6px;
	}
	.trade-bot .hot .content {
		margin-top: 20px;
	}
	.trade-bot li {
		margin-top: 12px;
	}
	/* link */
	.linkTitle {
		line-height: 40px;
	}
	.linkTitle a {
		padding: 0 20px;
	}
	.linkTitle a.focus::after {
		bottom: -16px;
	}
	.linkTitle .sqLink {
		line-height: 40px;
	}
	.linkTitle .sqLink span a {
		font-size: 12px;
	}
	.linkTitle .sqLink span.apply i {
		width: 14px;
		height: 14px;
	}
	.linkTitle .sqLink span {
		padding: 0 10px;
	}
	.linkTitle a {
		font-size: 16px;
	}
	.linkList{
		font-size: 14px;
	}
	.linkList a {
		line-height: 30px;
	}
	/* foot */
	.foot{
		padding: 10px 0 10px;
	}
	.footLeft {
		width: 500px;
	}
	.footRight {
		width: 220px;
		padding-left: 0;
		padding-right: 20px;
	}
	.footNav {
		font-size: 12px;
	}
	.footNav a {
		margin-right: 30px;
	}
	.footRight-r {
		padding-left: 20px;
	}
	.footRight-r ul li {
		margin-right: 24px;
	}
	.footRight-r .title {
		font-size: 16px;
	}
	.footRight-r ul li .image {
		width: 106px;
		height: 106px;
	}
	.footLeft ul li {
		padding: 2px 0;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.footLeft ul li:nth-child(6) {
		margin-bottom: 0;
	}
	.footLeft ul li img {
		height: 25px;
		margin: 4px 2px 0 2px;
	}
	.footLeft ul li:last-child img {
		height: 29px;
	}
	.liveHot .image mark {
		width: 44px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
		right: 6px;
		top: 6px;
	}
	.liveHot .image mark.Live {
		width: 68px;
		height: 22px;
		line-height: 22px;
	}
	.liveLeft ul li .image mark {
		width: 44px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
		right: 6px;
		top: 6px;
	}
	.liveLeft ul li .image mark.Live {
		width: 68px;
		height: 22px;
		line-height: 22px;
	}
	.ybw {
		line-height: 28px;
		height: 28px;
		font-size: 12px;
	}
	.footRight-r ul li p {
		font-size: 12px;
	}
	.footRight p {
		font-size: 12px;
	}
	.footRight p b {
		font-size: 14px;
	}
	.footRight ul li {
		font-size: 12px;
	}
	.footer {
		font-size: 12px;
		height: 40px;
		line-height: 20px;
	}
	.technology-item{
		height: 344px;
	}
	.company-news .hot .image{
		height: 160px;
	}
	.trade-bot .hot .image i {
		font-size: 50px;
	}
	.trade-bot li .text span em i {
		font-size: 12px;
		margin-right: 2px;
	}
	.trade-bot li i.iconbofang {
		margin: 1px 6px 0 1px;
		font-size: 14px;
	}

}
@media only screen and (min-width: 1025px) and (max-width:1199px){
	.w,.main{
		width: 1138px;
	}
	.top {
		padding: 13px 0 16px;
	}
	.top .logo .image {
		height: 70px;
	}
	.top .logo .text p {
		margin-top: 4px;
		font-size: 33px;
	}
	.top .logo .text b {
		font-size: 15px;
		margin-top: 0px;
		padding-right: 70px;
	}
	.top .logo .text b i {
		padding: 0 4px;
	}
	.top .top-adv {
		margin-top: 5px;
		width: 272px;
	}
	.top .search {
		margin: 5px 0 0 50px;
		width: 504px;
	}
	.search .form {
		height: 38px;
	}
	.search .form .select {
		width: 62px;
		height: calc(100% - 2px);
		margin-left: 1px;
		margin-top: 1px;
	}
	.search .form .select .select-top p {
		font-size: 13px;
		line-height: 36px;
		text-indent: 12px;
	}
	.search .form .select .select-top i {
		right: 7px;
		top: 15px;
		font-size: 10px;
	}
	.search .form .select .select-bot {
		width: 64px;
		top: 38px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	}
	.search .form input {
		height: calc(100% - 2px);
		width: 358px;
		font-size: 13px;
		text-indent: 11px;
		margin-top: 1px;
	}
	.search .form button {
		width: 83px;
		height: calc(100% - 2px);
		font-size: 14px;
		margin-top: 1px;
	}
	.search .form button i {
		margin-right: 5px;
		font-size: 13px;
	}
	.search .hot-key b {
		font-size: 13px;
	}
	.search .hot-key a {
		font-size: 13px;
		margin-right: 12px;
	}
	.search .hot-key {
		height: 18px;
		line-height: 18px;
		bottom: -24px;
	}
	.nav {
		height: 42px;
	}
	.nav .menu ul li b a {
		height: 42px;
		font-size: 15px;
		line-height: 42px;
		padding: 0 27px;
	}
	.banner-adv li a {
		margin: 10px 4px 0 4px;
	}
	.banner-adv ul {
		margin-left: -4px;
		width: calc(100% + 8px);
	}
	/* part1 */
	.part1 {
		margin-top: 10px;
	}
	.product-classify {
		width: 205px;
	}
	.product-classify .title {
		height: 44px;
		line-height: 44px;
		font-size: 18px;
	}
	.class-a {
		height: 52px;
		line-height: 51px;
		padding: 0 18px 0 16px;
	}
	.class-a b {
		font-size: 14px;
	}
	.class-a b i {
		font-size: 10px;
		right: 16px;
	}
	.product-classify ul {
		padding: 3px 0;
	}
	.class-b p {
		font-size: 13px;
		margin-top: 6px;
		line-height: 22px;
	}
	.part1 .news{
		margin: 0 17px;
		width: 626px;
	}
	.part1 .news-tab p a {
		height: 48px;
		line-height: 48px;
		font-size: 18px;
	}
	.part1 .news-tab .followTab span {
		height: 5px;
	}
	.part1 .news-bot {
		margin-top: 16px;
	}
	.part1 .newsTop .images {
		width: 234px;
		height: 156px;
		margin-right: 20px;
	}
	.part1 .newsTop li h2 {
		height: 26px;
		line-height: 26px;
		padding-left: 42px;
		font-size: 18px;
	}
	.part1 .newsTop li h2 i {
		width: 38px;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.part1 .newsTop li p {
		margin-top: 5px;
		line-height: 16px;
		height: 32px;
		font-size: 13px;
	}
	.part1 .newsTop li:last-child {
		margin-top: 12px;
		padding-top: 14px;
	}
	.part1 .news-bot .item {
		margin-top: 11px;
	}
	.part1 .news-bot .right {
		width: 171px;
		margin-left: 18px;
	}
	.part1 .news-bot .right .images{
		height: 114px;
	}
	.part1 .news-bot .right .images:last-child {
		margin-top: 11px;
	}
	.part1 .news-bot .left p i {
		height: 20px;
		line-height: 20px;
		width: 40px;
		font-size: 13px;
	}
	.part1 .news-bot .left p {
		height: 20px;
		line-height: 20px;
		padding-left: 48px;
		margin-top: 14px;
		font-size: 14px;
	}
	.product-classify ul li .class-b {
		width: 643px;
		left: 205px;
	}
	.hot-video .text p {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.hot-video .text b {
		margin-top: 12px;
		line-height: 16px;
		height: 16px;
		font-size: 13px;
	}
	.hot-video .text {
		padding: 13px 12px 15px;
	}
	.video-swiper-2 {
		margin-top: 12px;
	}
	.hot-video .swiper-pagination {
		right: 15px !important;
		bottom: 15px !important;
	}
	/* part2 */
	.part2 {
		margin-top: 20px;
		padding-top: 12px;
	}
	.part2 .title {
		height: 42px;
		line-height: 42px;
	}
	.part2 .title img {
		height: 42px;
	}
	.part2 .title b {
		font-size: 23px;
		margin: 0 15px;
	}
	.part2-bot .swiper-slide {
		padding: 0 8px;
	}
	.part2-bot .swiper-container {
		padding-bottom: 32px;
		margin: 0 -8px;
	}
	.part2-bot .swiper-slide .item {
		padding: 9px 9px 10px;
	}
	.part2-bot .swiper-slide li {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
		padding-left: 14px;
		margin-top: 6px;
	}
	.part2-bot .swiper-slide li i {
		width: 6px;
		height: 10px;
	}
	/* part3 */
	.part3 {
		margin-top: 16px;
	}
	.part3 .title {
		height: 38px;
		line-height: 38px;
	}
	.part3 .title i {
		width: 30px;
		height: 38px;
	}
	.part3 .title b {
		font-size: 24px;
	}
	.part3 .title a.more {
		font-size: 13px;
	}
	.part3-bot {
		margin-top: 8px;
	}
	.part3-bot li .image {
		height: 90px;
	}
	.part3-bot li .hover span {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	/* part4 */
	.part4 {
		margin-top: 18px;
	}
	.public-title p {
		font-size: 24px;
	}
	.public-title p img {
		margin: 5px 12px 0 0;
		height: 22px;
	}
	.public-title .more {
		font-size: 13px;
	}
	.part4 ul {
		margin-top: 16px;
	}
	.part4 li .text p {
		font-size: 15px;
		height: 18px;
		line-height: 18px;
	}
	.part4 li .text span {
		margin-top: 8px;
		line-height: 24px;
		height: 24px;
	}
	.part4 li .text span b {
		font-size: 12px;
	}
	.part4 li .text {
		padding: 15px;
	}
	.part4 li .image i {
		font-size: 42px;
	}
	.part4 li .text span mark {
		width: 46px;
		font-size: 14px;
	}
	/* part5 */
	.company-news .hot {
		margin-top: 6px;
	}
	.part5 .right, .part7 .right,.part6 .right{
		width: 272px;
		margin-left: 17px;
	}
	.supply-tab p a {
		padding: 0 22px 14px;
		font-size: 18px;
	}
	.supply-tab p a span {
		bottom: -5px;
		height: 5px;
	}
	.supply-tab p a.focus span {
		width: 48px;
	}
	.supply-tab img {
		height: 22px;
		margin-top: 4px;
	}
	.supply-bot {
		font-size: 13px;
	}
	.supply-bot li {
		height: 18px;
		margin-top: 12.5px;
	}
	.supply-bot li b {
		font-size: 13px;
	}
	.supply-bot li span {
		width: 16px;
		height: 16px;
		line-height: 14px;
		font-size: 12px;
	}
	.supply-bot li span::after {
		right: -6px;
		border-width: 8px 0 8px 6px;
	}
	.company-news, .trade-expo {
		width: 294px;
		margin-right: 17px;
	}
	.company-news .hot p {
		line-height: 40px;
		height: 40px;
		font-size: 15px;
		padding: 0 10px;
	}
	.company-news li {
		margin-top: 6px;
		font-size: 14px;
		height: 18px;
	}
	.company-news li span {
		width: 6px;
		height: 6px;
		margin-top: 4px;
		margin-right: 8px;
	}
	.company-news ul {
		margin-top: 18px;
	}
	.technology-tab p a, .trade-tab p a {
		padding: 0 31px;
		font-size: 18px;
		height: 38px;
		line-height: 24px;
	}
	.technology-tab p a span, .trade-tab p a span {
		bottom: -5px;
		left: 19px;
		height: 5px;
	}
	.technology-tab p a.focus span, .trade-tab p a.focus span {
		width: 99px;
	}
	.technology-bot p {
		margin-top: 9px;
		font-size: 18px;
		height: 26px;
		line-height: 26px;
	}
	.technology-bot p span {
		font-weight: 900;
		font-size: 13px;
		width: 40px;
		height: 20px;
		line-height: 20px;
		margin: 3px 6px 0 0;
	}
	.technology-bot ul {
		margin-top: 12px;
	}
	.technology-bot li {
		font-size: 13px;
		height: 18px;
		line-height: 18px;
		margin-top: 10px;
		padding-right: 45px;
	}
	/* part6 */
	.part6 {
		margin-top: 16px;
	}
	.part6 .left .title i {
		width: 34px;
		height: 32px;
		margin: 0 6px 0 0;
	}
	.part6 .left .title {
		height: 32px;
		line-height: 32px;
		padding-bottom: 11px;
	}
	.part6 .left .title b,
	.part6 .right .title b {
		font-size: 24px;
	}
	.part6 .left .title p a {
		height: 30px;
		line-height: 30px;
		padding: 0 13px;
		margin-right: 11px;
		font-size: 13px;
	}
	.part6 .left .title p {
		margin-top: 1px;
	}
	.part6 .right .title i {
		width: 24px;
		height: 32px;
		margin: 0 6px 0 0;
	}
	.part6 .right .title {
		height: 32px;
		line-height: 32px;
		padding-bottom: 12px;
	}
	.part6 .right .title a.more {
		font-size: 13px;
	}
	.part6 .right ul {
		padding: 17px;
	}
	.part6 .right li .image {
		width: 82px;
		height: 82px;
		margin-right: 10px;
	}
	.part6 .right li .text p {
		margin-top: 6px;
		line-height: 20px;
		height: 40px;
		font-size: 12px;
	}
	.part6 .right li .text b {
		margin-top: 13px;
		font-size: 13px;
	}
	.part6 .right li {
		margin-top: 17px;
	}
	.part6-bot li {
		margin-top: 15px;
		padding-right: 16px;
	}
	.part6-bot ul {
		margin-right: -16px;
	}
	.part6-bot li .image {
		width: 153px;
	}
	.part6-bot li .text {
		height: 36px;
		line-height: 36px;
		font-size: 13px;
		padding: 0 8px;
	}
	.part6-bot li .text p {
		padding-right: 66px;
	}
	.part6-bot li .text .inquiry {
		height: 36px;
		line-height: 36px;
		width: 66px;
		padding-left: 12px;
	}
	.part6-bot li .text .inquiry::after {
		left: -12px;
		border-width: 0 0px 36px 12px;
	}
	.part6-bot li .text .inquiry i {
		font-size: 13px;
	}
	/* part7 */
	.trade-list li.focus .image {
		margin-top: 12px;
	}
	.trade-list p {
		margin-top: 8px;
		font-size: 14px;
		height: 18px;
	}
	.trade-list li {
		padding-bottom: 17px;
	}
	.trade-bot .hot p {
		font-size: 19px;
		height: 26px;
		margin-top: 16px;
	}
	.trade-bot .hot p i {
		width: 22px;
		height: 22px;
		margin-top: 4px;
		margin-right: 6px;
		background: url(../../../../images/channel/version/2023/hot2.png) no-repeat -8px -5px;
		background-size: auto 32px;
	}
	.trade-bot .hot .image {
		width: 170px;
		height: 95px;
		margin-right: 15px;
	}
	.trade-bot .hot .content .text {
		font-size: 14px;
		line-height: 22px;
		height: 66px;
		padding-top: 12px;
		padding-right: 27px;
	}
	.trade-bot li .text p {
		font-size: 14px;
		line-height: 18px;
		height: 36px;
	}
	.trade-bot li b {
		width: 12px;
		height: 4px;
		margin-right: 7px;
	}
	.trade-bot li .text span {
		font-size: 14px;
		margin-top: 6px;
	}
	.trade-bot .hot .content {
		margin-top: 25px;
	}
	.trade-bot li {
		margin-top: 23px;
	}
	.expo-swiper .text {
		padding: 12px 15px;
		font-size: 14px;
	}
	.expo-swiper .text p {
		line-height: 20px;
		height: 40px;
		padding-right: 70px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullets {
		top: 179px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 2px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullet-active {
		width: 24px;
	}
	.trade-expo li .image {
		width: 128px;
	}
	.trade-expo li .text p {
		line-height: 18px;
		height: 36px;
	}
	.trade-expo li {
		margin-top: 16px;
	}
	.trade-expo li .text {
		font-size: 12px;
	}
	/* link */
	.linkList{
		font-size: 14px;
	}
	.linkList a {
		line-height: 30px;
	}
	.linkTitle a{
		font-size: 20px;
	}
	.linkTitle .sqLink span.apply i {
		width: 14px;
		height: 14px;
	}
	/* foot */
	.foot{
		padding: 10px 0 10px;
	}
	.footLeft {
		width: 500px;
	}
	.footRight {
		width: 220px;
		padding-left: 0;
		padding-right: 20px;
	}
	.footNav {
		font-size: 12px;
	}
	.footNav a {
		margin-right: 30px;
	}
	.footRight-r {
		padding-left: 120px;
	}
	.footRight-r ul li {
		margin-right: 24px;
	}
	.footRight-r .title {
		font-size: 16px;
	}
	.footRight-r ul li .image {
		width: 106px;
		height: 106px;
	}
	.footLeft ul li {
		padding: 2px 0;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.footLeft ul li:nth-child(6) {
		margin-bottom: 0;
	}
	.footLeft ul li img {
		height: 25px;
		margin: 4px 2px 0 2px;
	}
	.footLeft ul li:last-child img {
		height: 29px;
	}
	.technology-item{
		height: 405px;
	}
	.company-news .hot .image{
		height: 195px;
	}
	.trade-bot .hot .image i {
		font-size: 54px;
	}
	.trade-bot li .text span em i {
		font-size: 12px;
		margin-right: 4px;
	}
	.trade-bot li i.iconbofang {
		margin: 1px 6px 0 1px;
	}

}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w,.main{
		width: 1328px;
	}
	.top .top-adv {
		width: 332px;
	}
	.top .logo .image {
		height: 82px;
		margin-right: 6px;
	}
	.top .logo .text p {
		margin-top: 8px;
		font-size: 38px;
	}
	.top .logo .text b {
		font-size: 16px;
		padding-right: 74px;
	}
	.top .logo .text b i {
		padding: 0 5px;
	}
	.top .search {
		margin: 6px 0 0 63px;
		width: 590px;
	}
	.search .form {
		height: 44px;
	}
	.search .form .select {
		width: 72px;
	}
	.search .form input {
		width: 418px;
	}
	.search .form button {
		width: 96px;
	}
	.search .form .select .select-bot {
		top: 42px;
	}
	.nav .menu ul li b a {
		font-size: 17px;
		padding: 0 32px;
	}
	.product-classify {
		width: 238px;
	}
	.product-classify .title {
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	.class-a {
		height: 61px;
		line-height: 60px;
		padding: 0 20px 0 18px;
	}
	.product-classify ul {
		padding: 3px 0;
	}
	.product-classify ul li .class-b {
		width: 752px;
		left: 238px;
	}
	.part1 .news {
		width: 734px;
		margin: 0 18px;
	}
	.part1 .newsTop .images {
		width: 270px;
		height: 180px;
		margin-right: 22px;
	}
	.part1 .newsTop li:last-child {
		margin-top: 14px;
		padding-top: 16px;
		border-top: 1px solid #eeeeee;
	}
	.part1 .newsTop li p {
		margin-top: 6px;
	}
	.part1 .newsTop li h2 {
		height: 28px;
		line-height: 28px;
		font-size: 21px;
	}
	.part1 .news-bot .right {
		width: 200px;
		margin-left: 24px;
	}
	.part1 .news-bot .right .images{
		height: 133px;
	}
	.part1 .news-bot .right .images:last-child {
		margin-top: 15px;
	}
	.part1 .news-bot .item {
		margin-top: 13px;
	}
	.part1 .news-tab p a {
		height: 54px;
		line-height: 54px;
		font-size: 21px;
	}
	.part1 .news-bot .left p {
		margin-top: 17px;
		font-size: 15px;
	}
	.part1 .news-bot {
		margin-top: 16px;
	}
	.hot-video .text {
		padding: 14px 12px 16px;
	}
	.hot-video .text b {
		margin-top: 17px;
	}
	.hot-video .text p {
		font-size: 15px;
	}
	.part2 {
		margin-top: 24px;
		padding-top: 14px;
	}
	.part2 .title {
		height: 48px;
		line-height: 48px;
	}
	.part2 .title b {
		font-size: 27px;
		margin: 0 18px;
	}
	.part2 .title img {
		height: 48px;
	}
	.part2-bot .swiper-slide .item {
		padding: 10px 10px 14px;
	}
	.part2-bot .swiper-slide li {
		height: 18px;
		line-height: 18px;
		font-size: 15px;
		padding-left: 16px;
		margin-top: 9px;
	}
	.part3-bot {
		margin-top: 8px;
	}
	.part3 .title {
		height: 46px;
		line-height: 46px;
	}
	.part3 .title b {
		font-size: 26px;
	}
	.part3 .title i {
		width: 36px;
		height: 46px;
		margin-right: 10px;
		background: url(../../../../images/channel/version/2023/part3-01.png) no-repeat;
		background-size: 100% 100%;
		display: inline-block;
		vertical-align: top;
	}
	.part3-bot li .image {
		height: 104px;
	}
	.part3-bot li .hover span {
		font-size: 13px;
	}
	.public-title p {
		font-size: 26px;
	}
	.public-title p img {
		height: 25px;
	}
	.part4 ul {
		margin-top: 22px;
		margin-right: -18px;
	}
	.part4 li .item {
		margin-right: 18px;
	}
	.part4 li .image i {
		font-size: 46px;
	}
	.part5 .right, .part7 .right{
		width: 318px;
		margin-left: 26px;
	  }
	  .technology-tab p a, .trade-tab p a {
		padding: 0 36px;
	}
	.technology-tab p a, .trade-tab p a {
		font-size: 21px;
	}
	.technology-tab p a span, .trade-tab p a span {
		left: 14px;
	}
	.supply-tab p a {
		padding: 0 26px 17px;
		font-size: 21px;
	}
	.company-news .hot p {
		line-height: 46px;
		height: 46px;
		font-size: 17px;
		padding: 0 10px;
	}
	.company-news li {
		margin-top: 10px;
		font-size: 15px;
		height: 20px;
	}
	.technology-bot p {
		font-size: 21px;
	}
	.technology-bot li {
		font-size: 15px;
	}
	.technology-bot ul {
		margin-top: 17px;
	}
	.supply-bot li {
		margin-top: 15.5px;
	}
	.supply-bot {
		font-size: 15px;
	}
	.part6 .right {
		width: 318px;
		margin-left: 20px;
	}
	.part6 .right {
		width: 318px;
		margin-left: 26px;
	}
	.part6 .left .title i {
		width: 41px;
		height: 38px;
		margin: 0 8px 0 0;
	}
	.part6 .left .title {
		height: 38px;
		line-height: 38px;
		padding-bottom: 13px;
	}
	.part6 .left .title p a {
		height: 34px;
		line-height: 34px;
		padding: 0 14px;
		margin-right: 14px;
	}
	.part6 .right .title i {
		width: 29px;
		height: 38px;
		margin: 0 8px 0 0;
	}
	.part6 .right .title {
		height: 38px;
		line-height: 38px;
		padding-bottom: 14px;
	}
	.part6-bot ul {
		margin-right: -18px;
	}
	.part6-bot li {
		margin-top: 16px;
		padding-right: 18px;
	}
	.part6-bot li .image {
		width: 180px;
	}
	.part6-bot li .text {
		height: 42px;
		line-height: 42px;
		font-size: 15px;
		padding: 0 12px;
	}
	.part6-bot li .text .inquiry {
		height: 42px;
		line-height: 42px;
		width: 78px;
		padding-left: 12px;
	}
	.part6-bot li .text p {
		padding-right: 78px;
	}
	.part6-bot li .text .inquiry i {
		margin-right: 2px;
		font-size: 15px;
	}
	.part6 .left .title b,.part6 .right .title b {
		font-size: 26px;
	}
	.part6 .right ul {
		padding: 20px;
	}
	.part6 .right li .image {
		width: 95px;
		height: 95px;
		margin-right: 11px;
	}
	.part6 .right li .text b {
		font-size: 15px;
	}
	.part6 .right li {
		margin-top: 20px;
	}
	.expo-swiper .text {
		padding: 12px 20px 16px;
		font-size: 15px;
	}
	.expo-swiper .text p {
		line-height: 24px;
		height: 48px;
		padding-right: 60px;
	}
	.trade-expo li .image {
		width: 152px;
		margin-right: 8px;
	}
	.trade-expo li {
		margin-top: 18px;
	}
	.trade-bot .hot p {
		font-size: 23px;
		height: 28px;
		line-height: 28px;
		margin-top: 20px;
	}
	.trade-bot .hot .content {
		margin-top: 25px;
	}
	.trade-bot .hot .image {
		width: 200px;
		height: 112px;
		margin-right: 20px;
	}
	.trade-bot li {
		margin-top: 21px;
	}
	.trade-list li {
		padding-bottom: 24px;
	}
	.linkTitle {
		line-height: 56px;
	}
	.linkTitle .sqLink {
		font-size: 15px;
		line-height: 56px;
	}
	.linkTitle .sqLink span a {
		font-size: 15px;
	}
	.linkTitle .sqLink span.apply i {
		width: 16px;
		height: 16px;
	}
	.linkTitle a {
		font-size: 22px;
	}
	.linkList {
		font-size: 15px;
	}
	.footRight-r {
		padding-left: 60px;
	}
	.linkNav {
		height: 56px;
	}
	.technology-item{
		height: 474px;
	}
	.company-news .hot .image{
		height: 160px;
	}
	.trade-bot .hot .image i {
		font-size: 58px;
	}









}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w,.main{
		width: 1400px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w,.main{
		width: 1400px;
	}
}
@media only screen and (min-width:1920px){
	.w,.main{
		width: 1400px;
	}
}
